home *** CD-ROM | disk | FTP | other *** search
- object frmManageView: TfrmManageView
- Left = 388
- Top = 110
- HelpContext = 1900
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Manage views'
- ClientHeight = 274
- ClientWidth = 573
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TTntLabel
- Left = 8
- Top = 8
- Width = 76
- Height = 13
- Caption = '&Available views:'
- FocusControl = ViewsLB
- end
- object ViewsLB: TTntListBox
- Left = 8
- Top = 24
- Width = 161
- Height = 185
- ItemHeight = 13
- TabOrder = 0
- OnClick = ViewsLBClick
- end
- object GroupBox1: TTntGroupBox
- Left = 180
- Top = 8
- Width = 389
- Height = 225
- Caption = 'Only show the following messages in the selected view:'
- TabOrder = 4
- TabStop = True
- object Bevel1: TBevel
- Left = 16
- Top = 194
- Width = 361
- Height = 2
- Shape = bsFrame
- end
- object CheckBox1: TtntAutoSizeCheckBox
- Left = 16
- Top = 28
- Width = 46
- Height = 17
- Caption = 'R&ead'
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object CheckBox2: TtntAutoSizeCheckBox
- Left = 212
- Top = 28
- Width = 55
- Height = 17
- Caption = 'U&nread'
- TabOrder = 1
- OnClick = CheckBox2Click
- end
- object CheckBox3: TtntAutoSizeCheckBox
- Left = 16
- Top = 52
- Width = 76
- Height = 17
- Caption = 'With &bodies'
- TabOrder = 2
- OnClick = CheckBox3Click
- end
- object CheckBox4: TtntAutoSizeCheckBox
- Left = 212
- Top = 52
- Width = 91
- Height = 17
- Caption = 'Without bodie&s'
- TabOrder = 3
- OnClick = CheckBox4Click
- end
- object CheckBox5: TtntAutoSizeCheckBox
- Left = 16
- Top = 100
- Width = 64
- Height = 17
- Caption = '&Watched'
- TabOrder = 4
- OnClick = CheckBox5Click
- end
- object CheckBox6: TtntAutoSizeCheckBox
- Left = 212
- Top = 100
- Width = 81
- Height = 17
- Caption = 'No&t watched'
- TabOrder = 5
- OnClick = CheckBox6Click
- end
- object CheckBox7: TtntAutoSizeCheckBox
- Left = 16
- Top = 124
- Width = 56
- Height = 17
- Caption = '&Ignored'
- TabOrder = 6
- OnClick = CheckBox7Click
- end
- object CheckBox8: TtntAutoSizeCheckBox
- Left = 212
- Top = 124
- Width = 75
- Height = 17
- Caption = 'Not i&gnored'
- TabOrder = 7
- OnClick = CheckBox8Click
- end
- object CheckBox9: TtntAutoSizeCheckBox
- Left = 16
- Top = 148
- Width = 42
- Height = 17
- Caption = '&Kept'
- TabOrder = 8
- OnClick = CheckBox9Click
- end
- object CheckBox10: TtntAutoSizeCheckBox
- Left = 212
- Top = 148
- Width = 61
- Height = 17
- Caption = 'Not ke&pt'
- TabOrder = 9
- OnClick = CheckBox10Click
- end
- object CheckBox11: TtntAutoSizeCheckBox
- Left = 16
- Top = 172
- Width = 111
- Height = 17
- Caption = '&Marked for retrieval'
- TabOrder = 10
- OnClick = CheckBox11Click
- end
- object CheckBox12: TtntAutoSizeCheckBox
- Left = 212
- Top = 172
- Width = 130
- Height = 17
- Caption = 'Not marked for retrie&val'
- TabOrder = 11
- OnClick = CheckBox12Click
- end
- object Checkbox32: TtntAutoSizeCheckBox
- Left = 16
- Top = 204
- Width = 126
- Height = 17
- Caption = 'S&how complete thread'
- TabOrder = 12
- OnClick = Checkbox32Click
- end
- object CheckBox31: TtntAutoSizeCheckBox
- Left = 212
- Top = 204
- Width = 73
- Height = 17
- Caption = 'Lo&gical OR'
- TabOrder = 13
- OnClick = CheckBox31Click
- end
- object CheckBox13: TtntAutoSizeCheckBox
- Left = 16
- Top = 76
- Width = 121
- Height = 17
- Caption = 'At&tachment on server'
- TabOrder = 14
- OnClick = CheckBox13Click
- end
- object CheckBox14: TtntAutoSizeCheckBox
- Left = 212
- Top = 76
- Width = 139
- Height = 17
- Caption = 'Attac&hment not on server'
- TabOrder = 15
- OnClick = CheckBox14Click
- end
- end
- object Button1: TMMTNTBItBtn
- Left = 400
- Top = 244
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TMMTNTBItBtn
- Left = 492
- Top = 244
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = Button2Click
- end
- object RenameBtn: TMMTNTBItBtn
- Left = 8
- Top = 216
- Width = 77
- Height = 25
- Caption = '&Rename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = RenameBtnClick
- end
- object UpBtn: TMMTNTBItBtn
- Left = 96
- Top = 216
- Width = 73
- Height = 25
- Caption = '&Up'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = UpBtnClick
- end
- object DownBtn: TMMTNTBItBtn
- Left = 96
- Top = 244
- Width = 73
- Height = 25
- Caption = '&Down'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = DownBtnClick
- end
- end
-